//==============================================================================
// Peltast_anim.txt
//==============================================================================


//==============================================================================
define shield
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Roman ShieldC
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Praetorian Shield
			}
		}
	}
}

//==============================================================================
define javelin
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Pilum
				ReplaceTexture Attachments A Spear Iron/Throwing Spear
			}
		}
	}
}

//==============================================================================
define spear
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Attachments A Spear Bronze
			}
		}
	}
}

//==============================================================================
define Head
{
   SetSelector
   {

      set hotspot
      {
         version
         {
            Visual Roman Head Special
	        ReplaceTexture Infantry G Hoplite Head Iron/Hastati Head
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_IdleA
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry X Hastati Standard

         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_BoredA
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry X Hastati Standard
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.40 true   
				tag FootstepRight 0.90 true   
//-- end auto generated section
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry X Hastati Standard
         }
      }
   }
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					connect RightHand Spear hotspot
					connect LeftForearm shield hotspot
					Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/Infantry X Hastati Standard
				}
			}
		}
	}
}

//==============================================================================
anim Charging
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Attack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag Attack 0.40 true   
				tag GenericSound 0.40 true   
				tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Infantry X Hastati Standard
         }
      }
   }
}


//==============================================================================
anim Death
{
	SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry X Hastati Standard
         }
      }
   }
}



//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.10 true   
				tag FootstepRight 0.35 true   
//-- end auto generated section
				connect leftforearm Shield hotspot
				connect Righthand Javelin Hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry X Hastati Standard
         }
      }
   }
}
